home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
-
- #
- # Modified for icon on main workspace window
- # [nlouie -- Tue Apr 6 17:55:52 PDT 1993]
- #
-
- if (! -d /usr/lib/filetype/install) then
- mkdir /usr/lib/filetype/install
- endif
-
- if (! -d /usr/lib/filetype/install/iconlib) then
- mkdir /usr/lib/filetype/install/iconlib
- endif
-
- cp bin/hotmix.ftr /usr/lib/filetype/install
- cp bin/hotmixopen.fti /usr/lib/filetype/install/iconlib
- cp bin/hotmixclosed.fti /usr/lib/filetype/install/iconlib
-
- #
- # Make the hotmix.wsrc file for the icon to appear on the
- # main WorkSpace window
- #
-
- #touch /usr/lib/workspace/hotmix.wsrc
- #echo "$HOTMIXDIR/hotmix5 0 450 437 0 734654730 hotmixExecutable" >> /usr/lib/workspace/hotmix.wsrc
- #fetch -g -p 450,437 $HOTMIXDIR/hotmix5
-
- cd /usr/lib/filetype
- echo "Please wait while the HotMix icon is installed."
- make >&/dev/null
-
- echo " "
- echo "Installation of the icon complete."
- echo "Please restart workspace to view the new HotMix icon."
- echo " "
- echo "Press return to exit this window and run the HotMix\!"
- set a = $<
-